Presentation: Tweet"New Linting Rules"
This talk is a linter for your code.
I bet you've been writing JS for years and you think you're pretty good at it. I bet you think you know all about how functions create closured scope, and how `this` gets bound, and even how `.prototype` works. Or, rather, you probably don't care because your framework or library takes care of all that for you.
We'll revisit many of the difficult and commonly-misunderstood parts of JS and see how our code stacks up against these "new linting rules". This talk is going to be hard-core on coding and expects a solid understanding of the language.